home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / dtk_demo.zip / 3PREFACE.TXT next >
Text File  |  1991-09-12  |  1KB  |  30 lines

  1. Preface:  Organization of this Documentaton
  2.  
  3. Chapter 1 discusses installation and use: how to unpack the compressed
  4. files on the library disk and how to set up the library and the header
  5. files for use in compilation with either the Microsoft C Compiler or the
  6. Turbo C/C++ Compiler.
  7.  
  8. Chapter 2 explains the ten header files used with this library. The
  9. special types used (Uchar, Far_ptr, etc.) are discussed. The use of the
  10. SHOWFUNC utility, to display the function declarations for the Dolphin
  11. functions, is explained.
  12.  
  13. Chapter 3 is the main reference section.  It explains the usage of the
  14. functions (grouped according to purpose), gives examples of use and
  15. generally explains the finer points.
  16.  
  17. Chapter 4 describes the programs on the demonstration disk.
  18.  
  19. Appendix I is an explanation of memory models.
  20.  
  21. Appendix II is a discussion of the Julian and Gregorian calendars, which
  22. is relevant to the use of the date functions.
  23.  
  24. Appendix III consists of listings of the contents (except for function
  25. declarations) of the ten header files which are used with this library.
  26.  
  27. Appendix IV is an alphabetical listing, with full function declarations,
  28. of all the functions in this library, with references to the page
  29. numbers in Chapter 3 where the functions are described in detail.
  30.